WCF-Xtensions Class Reference for .NET
ElementName Property (GenericConfigurationElementCollection<TConfigurationElement>)






Syntax
protected virtual System.string ElementName {get;}
protected read-only property ElementName: System.String; virtual; 
protected function get ElementName : System.String
protected: __property virtual System.string* get_ElementName();
protected:
virtual property System.String^ ElementName {
   System.String^ get();
}
'Declaration
 
Protected Overridable ReadOnly Property ElementName As System.String
 
'Usage
 
Dim instance As GenericConfigurationElementCollection(Of TConfigurationElement)
Dim value As System.String
 
value = instance.ElementName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GenericConfigurationElementCollection<TConfigurationElement> Class
GenericConfigurationElementCollection<TConfigurationElement> Members

Send Feedback